home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- put EMPTY into field "op"
- if the hilite of cast "b_wb01" = 1 then
- put "WB01: With Bushing; " after field "op"
- end if
- if the hilite of cast "b_wb01b" = 1 then
- put "WB01B: Less Bushing; " after field "op"
- end if
- if the hilite of cast "b_tg1" = 1 then
- put "TG1: Metal Thread Guard; " after field "op"
- end if
- if the hilite of cast "b_tg2" = 1 then
- put "TG2: Plastic Thread Guard; " after field "op"
- end if
- if the hilite of cast "b_wb625" = 1 then
- put "WB625: 5/8 bore; " after field "op"
- end if
- if the hilite of cast "b_wb750" = 1 then
- put "WB750: 3/4 bore; " after field "op"
- end if
- if the hilite of cast "b_wb11" = 1 then
- put "WB11: 1 Pc. Delrin w/bushing; " after field "op"
- end if
- if the hilite of cast "b_wb11b" = 1 then
- put "WB11B: 1 Pc. Delrin less bushing; " after field "op"
- end if
- if the hilite of cast "b_wb09" = 1 then
- put "WB09: Roller with bushing; " after field "op"
- end if
- if the hilite of cast "b_wb09b" = 1 then
- put "WB09B: Roller less bushing; " after field "op"
- end if
- if the hilite of cast "b_wsr3" = 1 then
- put "WSR3: Sealed washer; " after field "op"
- end if
- delete char -30000 of field "op"
- delete char -30000 of field "op"
- put field "op" into field "mainop"
- puppetSound("foundspec")
- puppetTransition(47, 1, 8)
- play frame "specwheel"
- abort()
- end
-